Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes on nuttx getting started article #364

Merged

Conversation

eren-terzioglu
Copy link
Contributor

Description

Change on nuttx getting started article. Suggestion came from @georgik

Related

Testing

@eren-terzioglu
Copy link
Contributor Author

@tmedicci, @fdcavalcanti I am open to your suggestions.

@georgik
Copy link
Collaborator

georgik commented Dec 16, 2024

LGTM. Waiting for review from @tmedicci or @fdcavalcanti

@fdcavalcanti
Copy link
Contributor

lgtm as well.

@@ -193,9 +193,10 @@ git clone https://github.com/apache/nuttx-apps apps

### Building an App to Connect to a Wi-Fi network

NuttX provides ready-to-use board default configurations that enable the required config (from Kconfig) for a use scenario, such as Wi-Fi or I2C. You can list all available configurations for the ESP32 DevKitC V4 board using the following command, inside the NuttX directory:
NuttX provides ready-to-use board default configurations that enable the required config (from Kconfig) for a use scenario, such as Wi-Fi or I2C. To enter NuttX directory and list all available configurations for the ESP32 DevKitC V4 board you can use the following command:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add a comma. It helps to visually separate the first part of the sentence saying what will happen from the second part of the sentence saying what you need to do to make it happen.

Suggested change
NuttX provides ready-to-use board default configurations that enable the required config (from Kconfig) for a use scenario, such as Wi-Fi or I2C. To enter NuttX directory and list all available configurations for the ESP32 DevKitC V4 board you can use the following command:
NuttX provides ready-to-use board default configurations that enable the required config (from Kconfig) for a use scenario, such as Wi-Fi or I2C. To enter NuttX directory and list all available configurations for the ESP32 DevKitC V4 board, you can use the following command:

If I may, I would like to propose further improvements to the sentence. The command cd is self-evident to most people, so the part To enter NuttX directory sounds like partonizing. How about this:

To list all available configurations for the ESP32 DevKitC V4 board, go to your nuttx directory and run:

Copy link
Contributor Author

@eren-terzioglu eren-terzioglu Dec 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about this:

"To list all available configurations for the ESP32 DevKitC V4 board, go to your nuttxspace directory and run:"

Directory structure looks like this:

.
└── nuttxspace/
    ├── nuttx
    └── apps

If we say go to your nuttx directory, we don't need to add cd nuttx command, I think. Adding cd nuttx command is the main purpose of this PR.

@f-hollow
Copy link
Collaborator

@eren-terzioglu Please check my comment, and then let's merge this PR.

@f-hollow f-hollow merged commit 2c3ecde into espressif:main Dec 20, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants